home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / cfgdump.zip / CFGDUMP.DOC next >
Text File  |  1990-07-01  |  5KB  |  110 lines

  1.  ┌────────────────────────────────────────────────────────────────────────────┐
  2.  │      CFGDUMP · ConfigDump version 1.0 · Copyright (C) 1990 RodentWare      │
  3.  └────────────────────────────────────────────────────────────────────────────┘
  4.                         Michael Reece / James Calvert 
  5.       
  6.      - Restrictions -
  7.            
  8.      ConfigDump is copyrighted to RodentWare.  It may not be edited in
  9.      any way for any reason.  If there are any changes you would like to
  10.      see made to this program, please contact the authors.  RodentWare
  11.      programmers are Michael Reece and James Calvert; contact by netmail
  12.      at 1:3801/42, or via the RA_SUPPORT or RA_UTIL FidoNet support
  13.      conferences.
  14.       
  15.      ConfigDump is released under the ShareWare agreement.  If you use
  16.      this program, and like the output it presents, a one-time donation
  17.      to the authors of 5$ (US) or greater would be appreciated.  Any
  18.      donation of 25$ (US) or greater will register you for this and all
  19.      other RodentWare products, both existing and future programs.
  20.       
  21.      The authors of this program take no responsibility for damages
  22.      occurring to you and/or your computer equipment because of the use or
  23.      inability to use this software.  The authors uphold no warranty
  24.      expressed or implied.
  25.       
  26.      This program may not be used in any commercial environment, or
  27.      government institution, or any other environment when business
  28.      transactions take place, whether nonprofit or profit.  If you have
  29.      any questions, direct them to the authors.
  30.       
  31.      All rights reserved.
  32.       
  33.       
  34.      - Purpose -
  35.       
  36.      ConfigDump reads the configuration files created by the RemoteAccess
  37.      software package, and present its output to the screen, file, or
  38.      device.  It should be run with the following command:
  39.  
  40.                    CFGDUMP [PAUSE|LOG <filename>]
  41.       
  42.      Below is a description of the available command line parameters.
  43.       
  44.           * PAUSE - This parameter will pause output every 24 lines of
  45.             output.
  46.       
  47.           * LOG   - This parameter should be followed by a 1-8 character 
  48.             filename with a 0-3 character extension in the form of
  49.             'FILENAME.EXT'.  This parameter allows file/device logging of
  50.             the output.
  51.       
  52.      Examples:
  53.       
  54.           CFGDUMP
  55.             - directs output to console, with no page pausing
  56.       
  57.           CFGDUMP PAUSE
  58.             - directs output to console, pausing each page
  59.       
  60.           CFGDUMP LOG PRN
  61.             - directs output to printer
  62.       
  63.           CFGDUMP LOG C:\RA\TXTFILES\BULL4.TXT
  64.             - directs output to 'c:\ra\txtfiles\bull4.txt'
  65.       
  66.           CFGDUMP LOG NUL
  67.             - directs output to nul; pointless, but available
  68.       
  69.      Minimal file error checking is done, to prevent obvious mistakes.
  70.      If you encounter _any_ errors or bugs, please notify me via netmail
  71.      or the RemoteAccess support echos.
  72.  
  73.      An errorlevel of 1 is returned when any error is encountered.
  74.       
  75.       
  76.      - Miscellaneous -
  77.       
  78.      When looking for CONFIG.RA, ConfigDump will first check the current
  79.      subdirectory.  If it is not found, it will check the path defined by
  80.      the 'RA' environment variable.
  81.       
  82.      While the output is formatted similar to the entry format in
  83.      RACONFIG, not all information is given.  Such things are noted with
  84.      a 'See (√)' in the output display.  There are other RodentWare
  85.      utilities to do the jobs this program does not.  Below is a list
  86.      other related programs and their purposes:
  87.       
  88.       ConfDump  - Displays information of message board configuration
  89.       FileDump  - Displays information of file area configuration
  90.       EventDump - Displays information of event configuration
  91.       ProtoDump - Displays information of external protocol configuration
  92.       
  93.      These programs are available for File Request from 1:3801/42 as:
  94.       
  95.        CONFDUMP.ZIP  (magic name - CONFDUMP)
  96.        FILEDUMP.ZIP  (magic name - FILEDUMP)
  97.        EVNTDUMP.ZIP  (magic name - EVENTDUMP)
  98.        PROTDUMP.ZIP  (magic name - PROTODUMP)
  99.  
  100.      * RemoteAccess is a trademark of Continental Software.
  101.       
  102.      Direct all questions, bug reports, and suggestions to the authors
  103.      at:
  104.       
  105.           Improbability Drive II            Michael Reece
  106.           Ph # : 214/566-5162       -or-    3700 MacDonald #210
  107.           Fido : 1:3801/42                  Tyler TX USA 75701
  108.  
  109.      [..End of Text..]
  110.